CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux select

搜索资源列表

  1. lilo-22.4.1.tar

    0下载:
  2. linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:373561
    • 提供者:赵勇
  1. neti-2.0.tar

    0下载:
  2. NETI@home is an open-source software package, named after the widely popular http://setiathome.ssl.berkeley.edu/, that collects network performance statistics from end-systems. It has been written for and tested on the Windows, Linux, Mac OS X, and S
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:383442
    • 提供者:llld
  1. ListBox20050818.tar

    0下载:
  2. 基于paragui实现的一个在linux操作系统下使用framebuffer来进行窗口模式的文件选择的源代码。-The source code realized on Paragui which uses framebuffer to select the files of window mode.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:103513
    • 提供者:会朋
  1. S3C2410_BIOS

    0下载:
  2. 第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Bo
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:408976
    • 提供者:wind
  1. lincan-0.3.3.tar

    0下载:
  2. LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:866594
    • 提供者:李刚
  1. drawmesh

    0下载:
  2. about draw.exe (source file draw7.f) 11/12/2005 --------------------------------------------------------------------- 作用: 读入m12,m13,e11等程序的网格数据,输出.eps格式的图片 (Windows下免费的.eps文件查看软件 http://www.cs.wisc.edu/~ghost/) 用法: 1.程序运行时,首先出现提示
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:李想
  1. select

    0下载:
  2. linux系统select模式的socket编程-select mode socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2758
    • 提供者:jet
  1. select

    0下载:
  2. linux网络编程中的select函数的使用示例!-The select function of the Linux network programming in the use of examples
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:14216
    • 提供者:封帛
  1. linux-epoll-design

    0下载:
  2. 一个大服务器的开发设计文档,关于通讯方面的-one document, about linux epoll designing. you can find the way that how to select the net model.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:331487
    • 提供者:yandong
  1. select.c

    0下载:
  2. linux系统编程 实现shell中的select函数-linux system programming shell, the select function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:608
    • 提供者:SHIJY
  1. 18905034chat_by_CT

    0下载:
  2. Linux下的网路编程,select函数的解析-Resolve network programming under Linux, select the function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:17429
    • 提供者:wangdu
  1. pushbox

    0下载:
  2. Qt版本推箱子游戏代码阅读说明 1、Qt版本请采用Qt5的mingw版本,建议版本Qt5.8.0(作者开发版本,其他版本未测试,不能保证都能编译) 2、Qt开发工具下载路径:http://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-mingw530-5.8.0.exe 3、解压QtPushBox(推箱子源码).zip文件。 4、打开QtCreator软件,现在打开工程,进入QtPushBox目录,选择Qt
  3. 所属分类:游戏

    • 发布日期:2017-12-22
    • 文件大小:1290240
    • 提供者:??
  1. UART1

    0下载:
  2. 串口发送接收数据程序,用select函数进行接收(UART send and receive)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-25
    • 文件大小:1901568
    • 提供者:绝版涛涛
  1. io多路复用

    1下载:
  2. io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
  3. 所属分类:Linux/Unix编程

  1. epoll

    0下载:
  2. 在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。 相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在内核中的select实现中,它是采用轮询来处理的,轮询的fd数目越多,自然耗时越多(In Linux network programming, long time used in the select to do event trigger. In the new Linu
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:king丶啊
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. IO

    0下载:
  2. 基于linux平台的多路IO复用,使用了select和poll来实现(Multiplexing of multiplex IO based on Linux platform)
  3. 所属分类:网络

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:albertsjc
  1. usb-hid-cdc-msc

    0下载:
  2. Android Studio, click Tools > Android > SDK Manager. Click the SDK Tools tab. Select Google USB Driver and click OK. Figure 1. The SDK Manager with the Google USB Driver selected. Proceed to install the package. When done, the driver files are
  3. 所属分类:USB编程

    • 发布日期:2018-01-08
    • 文件大小:39936
    • 提供者:xhimi
  1. QT在Linux网络通信4

    0下载:
  2. 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-06-02
    • 文件大小:596407
    • 提供者:chenlidaxia
  1. Linux网络通信7

    0下载:
  2. 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-06-02
    • 文件大小:10240
    • 提供者:chenlidaxia
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com